home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000354_news@columbia.edu _Sat Dec 21 23:29:16 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id XAA26414 for <kermit.misc@watsun.cc.columbia.edu>; Sat, 21 Dec 1996 23:29:16 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id XAA14889 for kermit.misc@watsun; Sat, 21 Dec 1996 23:29:15 -0500 (EST)
  4. Path: news.columbia.edu!psinntp!psinntp!gatech!cs.utk.edu!stc06.ctd.ornl.gov!news.he.net!news.enteract.com!feed1.news.erols.com!howland.erols.net!math.ohio-state.edu!uwm.edu!rutgers!news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit protocol library
  8. Date: 11 Dec 1996 18:10:12 GMT
  9. Organization: Columbia University
  10. Lines: 16
  11. Message-ID: <58mte4$9r5$1@apakabar.cc.columbia.edu>
  12. References: <32AEFAA0.6AE7@infi.net>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:6313
  15.  
  16. In article <32AEFAA0.6AE7@infi.net>,  <lkelly@infi.net> wrote:
  17. : It seems this question has been asked recently, but I would also like to
  18. : know if there exists a set of source code (or function libraries) in C
  19. : that would allow me to send and receive files using the Kermit protocol
  20. : within my windows application.
  21. Sorry, no, we do not furnish such a library.  We recommend that those who
  22. wish to embed communications functions -- connection establishment, logging
  23. in and other dialogs, file management, data transfer -- do so by invoking
  24. an existing Kermit program -- MS-DOS Kermit for DOS or Windows 3.x,
  25. Kermit 95 for Windows 95 or NT, C-Kermit for UNIX or VMS, etc -- from within
  26. their application by a combination of command-line arguments and command
  27. files (Kermit script programs).  The situation might change in the future,
  28. but for now that is the answer.
  29.  
  30. - Frank